home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21.iso / big21.dir / 00055_Script_55 < prev    next >
Text File  |  1998-06-25  |  264b  |  14 lines

  1. on mouseUp
  2.   global gFromWhere
  3.   RodarPrograma "c:\windows\explorer.exe " & gFromWhere & "cliparts"
  4. end
  5. on mouseEnter me
  6.   cursor 280
  7.   set the visible of sprite 40 to TRUE
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor -1
  12.   set the visible of sprite 40 to FALSE
  13. end
  14.